home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / WEBCMPLR.ZIP / install.exe / %MAINDIR% / webcompiler.exe / 0 / RCDATA / TFPASSWORD / TFPASSWORD.txt
Encoding:
Text File  |  1998-09-26  |  1.3 KB  |  78 lines

  1. object fPassword: TfPassword
  2.   Left = 660
  3.   Top = 577
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 151
  7.   ClientWidth = 296
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object lPassword: TLabel
  19.     Left = 16
  20.     Top = 64
  21.     Width = 265
  22.     Height = 16
  23.     AutoSize = False
  24.     Caption = 'Password'
  25.   end
  26.   object lUserId: TLabel
  27.     Left = 16
  28.     Top = 8
  29.     Width = 265
  30.     Height = 16
  31.     AutoSize = False
  32.     Caption = 'User Identifier'
  33.   end
  34.   object lBad: TLabel
  35.     Left = 176
  36.     Top = 8
  37.     Width = 88
  38.     Height = 16
  39.     Caption = 'Bad Password'
  40.     Visible = False
  41.   end
  42.   object ebPw: TEdit
  43.     Left = 16
  44.     Top = 88
  45.     Width = 265
  46.     Height = 24
  47.     MaxLength = 16
  48.     TabOrder = 0
  49.     OnChange = ebPwChange
  50.   end
  51.   object lOK: TButton
  52.     Left = 168
  53.     Top = 120
  54.     Width = 115
  55.     Height = 25
  56.     Caption = 'Ok'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object lCancel: TButton
  62.     Left = 48
  63.     Top = 120
  64.     Width = 113
  65.     Height = 25
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object ebUser: TEdit
  71.     Left = 16
  72.     Top = 32
  73.     Width = 265
  74.     Height = 24
  75.     TabOrder = 3
  76.   end
  77. end
  78.